[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                             Truncate procedure

  DECLARATION:  Truncate(Var FileVar);

      PURPOSE:  Truncates the file size at the current file position

         UNIT:  System

      REMARKS:  FileVar is a File-Type variable of any type.  All
                records past the current file position of FileVar are
                lost as the current file position becomes the end-of-file
                (EOF(FileVar) is TRUE).

                NOTE:  Errors are returned through IOResult.

See Also: Append EOF FileSize Reset ReWrite Seek
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson